home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / gamebord / dynas80f.zip / DSLANG1.TXT < prev    next >
Text File  |  1995-10-12  |  3KB  |  140 lines

  1. // DYLANG1.TXT - DYNAMO EXTERNAL LANGUAGE FILE (ENGLISH)
  2. //  This file is part of DYNAMO and is Copyright PC Solutions 1995."
  3. //
  4. //   NOTE - ORDER MUST BE EXACT - corrospanding to internal 
  5. //    string numbering order
  6. //    you can use +"...  to append& build long string entries.
  7. //    but overall size must not exceed internal size limit!
  8. //    (then an overflow error will occur)
  9. //    if you do translate, take care with string-lengths..
  10.  
  11. // Language string-# languages at front, then language names
  12.   STlanguages
  13. "2\0English\0\0Language 2\0\0\x01\0\0"
  14.  
  15. //"5\0English\0\0Spanish\0\0Dutch\0\0French\0\0German\0\0\x01\0\0"
  16.  
  17.  
  18.   STmenutext
  19. "\x08"        // # menu entries in hex..
  20. +" Help Screen  (F1)[;] Show Moves  (F10)[D] Computer Go  (F2)[g]"
  21. +" Auto Play    (F3)[=] 1/2 Player.. (F5)[?] Load DB Game. (l)[l]"
  22. +" Next game..   (a)[a] Cursor..     (F9)[C] Q U I T     (ESC)[q]\0\0"
  23.  
  24.   STtitlebuttons 
  25. "Corner\0\0Width\0\0Height\0\0Men\0\0\0PLAY\0\0EXIT\0\0GAME\0\0HELP\0\0"
  26. +"\0\0\x01"
  27.  
  28.    STtoolboxtext
  29. "Step -10 moves\0Step to start\0Step back\0Step -2 moves\0"
  30. +"Step forward\0Step +2 moves\0Step +10 moves\0Step to end\0"
  31. +"Load next game\0\0Load DB game\0\0New game\0\0"
  32. +"Invert board\0Numbering\0Play level\02 player\0Help\0Show moves\0"
  33. +"Compute\0Auto play\0Colours\0Best line\0Book toggle\0Chess Notation\0"
  34. +"Register..\0\0Comments\0Sound\0Exit\0\0\0\0"
  35. +"\x01"
  36.  
  37. // Following can be used to alter function of Tool-box keys (text above..)
  38. // F1-F10=\x3b..\x44  (hex) or ';'..'D' CTRL-A..Z=\x01-\x1a (hex)
  39.   STtoolboxkeys
  40. "\x80\x81\x82\x83\x84\x85\x86\x87aallnn@.\x14?;Dg=p\x02\x04\x0E**cA\x1B\x1B\0\0"
  41.  
  42.   STalterengineparameters
  43. "Alter engine parameters"
  44.  
  45.   STloadfile
  46. "LOAD - Enter File path/name"
  47.  
  48.   STsavefile
  49. "SAVE - Enter File path/name"
  50.  
  51.   STentercomment
  52. "Enter game comment in format (Event;White;Black;Result;)"
  53.  
  54.   STabortgame
  55. "Abort game ?"
  56.  
  57.   STbestline
  58. "Best-line "
  59.  
  60.   ST2player
  61. "Two player "
  62.  
  63.   STsound
  64. "Sound "
  65.  
  66.   STloadopeningbook
  67. "LOAD OPENING BOOK - Enter filename"
  68.  
  69.   STbook
  70. "Book "
  71.  
  72.   STchessnot
  73. "Chess not."
  74.  
  75.   STinfinite
  76. "Infinite   "
  77.  
  78.   SThitspacemouse
  79. "Hit SPACE/MOUSE"
  80.  
  81.   STspacetocont
  82. "                 Hit SPACE/MOUSE to Continue."
  83.  
  84.   STyouwin
  85. "You Win! Hit ESC"
  86.  
  87.   STscreenprinter
  88. "\0PRINTER\0\0SCREEN\0\0\x01"
  89.  
  90.   STokcancel
  91.  "\0OK\0\0CANCEL\0\0\x01"
  92.  
  93.   STplaylevel
  94. "New play level (Seconds/move)"
  95.  
  96.   STdlgpalette
  97. "                               Set RGB colours..\n\n"
  98. +"  Back      Grey      White     Black1    Black2    Dark sq   Light sq  Box"
  99.  
  100.   // 1st char is used as comment separator,,
  101.   STpdnheader
  102. ";FEN\0Event\0White\0Black\0Result\0\0";
  103.  
  104.   STpdnload
  105. "Load game from PDN database"
  106.  
  107.   STpdnsave
  108. "Append game to PDN database"
  109.  
  110.   STpdnselect
  111. "Load Game"
  112.  
  113.   STfileaccesserror
  114. "File access error"
  115.  
  116.   STtimeshow
  117. "Time:%5d "
  118.  
  119.   STwhitemove
  120. "WHITE move."
  121.  
  122.   STblackmove
  123. "BLACK move."
  124.   
  125.  
  126.   STgametypestr
  127. "0International\0Spanish\0USA Pool\0Russian\0Canadian\0Portugese\0Mini-damas\0Brazilian\0\0\0\0"
  128.   // These are the game types supported - the pro version supports all 8
  129.   // The # at the front dictates the default on running..
  130.  
  131.   STextratitle
  132. "                  I hope you enjoy using DYNAMO!\n\n"
  133.  
  134.   STextrafront
  135. "\n               Please support shareware, and register today!\n"
  136.  
  137. //<END>-LANGUAGE - note this rem MUST be put at end of this file!! Dont Alter!
  138. //
  139.  
  140.